home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 1697 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  999 b 

  1. Subject: Re: MiNTlib (I think I'm on pl43): Bug in sprintf(). 
  2. Date: Tue, 12 Jul 1994 12:08:55 -0700
  3. From: Howard Chu <howard@harry.lloyd.com>
  4.  
  5.  
  6.   What seems more likely is a problem with the wakeselect on the BIOS devices.
  7.   PPP input uses a deamon to receive and send data from/to the serial port
  8.   selecting the devices. What I have noticed is that when using the Mint
  9.   builtin drivers with Howards select patches applied then input data comes
  10.   in rather largish hunks, ie the wakeup seems not to occur always immediatly
  11.   after data has arrived. But I never noticed complete hangs...
  12.   
  13.   Migh this be a bug in checkbttys or is this 'normal', Howard?
  14.   
  15.   I have HSmodem running with 4k receive buffers at 19200.
  16.  
  17. Probably normal, given that it's really polling at 60 times per second.
  18. So up to 30-some characters can arrive (at 19200) before polling, and then
  19. checkbttys is only called on a context switch, so yes, there could be a
  20. large number of characters waiting before select returns...
  21.